CxGnsDbEditor Object

The CxGnsDbEditor object is a dialog box-based editor for the General Notification Service (GNS). Declare the object using the following code:

CreateObject("CxEditors.CxGnsDbEditor")

Each method in this document will assume you have declared and connected the CxGnsDbEditor object using the following code:

Dim GnsDbEditor

Set GnsDbEditor = CreateObject("CxEditors.CxGnsDbEditor")

GnsDbEditor.Connect("CYGDEMO.GNS")


More: